home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / panicw.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  297 b   |  16 lines

  1. on exitFrame
  2.   global mv, mh, mkname, dname
  3.   set mv to the mouseH
  4.   set mv to the mouseV
  5.   updateStage()
  6.   if soundBusy(1) = 0 then
  7.     puppetSound("panic.aiff")
  8.   end if
  9.   if the mouseH <> mh then
  10.     if the mouseV <> mv then
  11.       puppetSound(0)
  12.       go(mkname, dname)
  13.     end if
  14.   end if
  15. end
  16.